background = createSprite(20,100);
background.addImage(backgroundImg); background.scale = 0.5;
//After execution the output screen shows "createSprite" not defined//